Fix autopkgtest test runner script
authorStuart Prescott <stuart@debian.org>
Sun, 14 Jan 2024 04:08:41 +0000 (15:08 +1100)
committerStuart Prescott <stuart@debian.org>
Sun, 14 Jan 2024 04:08:41 +0000 (15:08 +1100)
debian/tests/test_install_python3.sh

index db5b06b6ffa7019094e2e0f8a74b95bff796a932..03af4cb3ff644474419e19d94a80c4f65a0d8ac5 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 
 echo "Testing python3 package $1"
-for py in $(py3versions -d >/dev/null) ; do
+for py in $(py3versions -d) ; do
     cd "$AUTOPKGTEST_TMP" ;
     echo "Testing with $py:" ;
     $py -c "import $2; print($2)" ;